home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / rexx / alertsysopsaypre.avm < prev    next >
Text File  |  1995-03-09  |  211b  |  12 lines

  1. /* */
  2.  
  3. parse arg mailbox .
  4.  
  5. address command "run >nil: <nil: avm:dsound -2" "avm:" || mailbox || "/pickup.iff"
  6. /*
  7. address command "run >nil: <nil: avm:agmsplaysound" "avm:" || mailbox || "/pickup.iff"
  8. */
  9.  
  10. exit
  11.  
  12.